home *** CD-ROM | disk | FTP | other *** search
/ Kodak Picture CD: 357069 / Kodak Picture CD 357069.iso / startmac.dmg / Uninstall Software.app / Contents / Frameworks / Configure.framework / Versions / A / Headers / EasyShareConfigure.h next >
Text File  |  2004-09-23  |  1KB  |  36 lines

  1. //
  2. //  EasyShareConfigure.h
  3. //  Configure
  4. //
  5. //  Created by Stan Pulchtopek on Fri Feb 15 2002.
  6. //  Copyright (c) 2002 Eastman Kodak Company. All rights reserved.
  7. //
  8.  
  9. #import <Foundation/Foundation.h>
  10.  
  11.  
  12. @interface EasyShareConfigure : NSObject {
  13.  
  14. }
  15.  
  16. + (BOOL) isEasyShareTheHotPlugAction;
  17. + (BOOL) isEasyShareTheCDHotPlugAction;
  18. + (BOOL) isEasyShareInTheDock;
  19. + (NSString*) getHotPlugActionPath;
  20. + (NSString*) getPictureCDActionPath;
  21. + (NSArray*) getICHotPlugActionArray;
  22. + (void) setHotPlugActionPathNow:(NSString *)hotPlugActionPath;
  23. + (void) setPictureCDActionPathNow:(NSString *)pictureCDActionPath;
  24. + (BOOL) doAutoLaunchPrompt:(BOOL *)askHotPlugAction;
  25. + (void) addEasyShareToICArraysForUser:(NSString *)user;
  26. + (void) removeEasyShareFromICArraysForUser:(NSString *)user;
  27. + (void) deleteEasySharePreferencesFileForUser:(NSString *)userName;
  28. + (void) removeEasyShareAsHotPlugForUser:(NSString *)userName;
  29. + (void) addEasyShareInDockForUser:(NSString *)userName;
  30. + (void) removeEasyShareFromDockForUser:(NSString *)userName;
  31. + (void) setAutoSyncDateAndTimeNow:(NSNumber *)value;
  32. + (void) setIPhotoAskHotPlugAction:(BOOL)bAskHotPlugAction;
  33. + (BOOL) getIPhotoAskHotPlugAction;
  34.  
  35. @end
  36.